const net/http.http2FrameContinuation

8 uses

	net/http (current package)
		h2_bundle.go#L1608: 	http2FrameContinuation http2FrameType = 0x9
		h2_bundle.go#L1621: 	http2FrameContinuation: "CONTINUATION",
		h2_bundle.go#L1682: 	http2FrameContinuation: {
		h2_bundle.go#L1706: 	http2FrameContinuation: http2parseContinuationFrame,
		h2_bundle.go#L2135: 		if fh.Type != http2FrameContinuation {
		h2_bundle.go#L2146: 	} else if fh.Type == http2FrameContinuation {
		h2_bundle.go#L2151: 	case http2FrameHeaders, http2FrameContinuation:
		h2_bundle.go#L2858: 	f.startWrite(http2FrameContinuation, flags, streamID)